Skip to content

Commit

Permalink
Fix test for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Nov 21, 2024
1 parent 0761418 commit 73f404c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ssh/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

workdir=$(mktemp -d -p ./ disbatch-test.XXXX)
cp -t $workdir Tasks Tasks_failfast
cp Tasks Tasks_failfast $workdir
cd $workdir

# Run the test
Expand Down

0 comments on commit 73f404c

Please sign in to comment.