Skip to content

Commit

Permalink
Bug fix for regression test (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharple committed Feb 20, 2021
1 parent acef40b commit a82c964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/github-issue-0056/test.sh
Expand Up @@ -24,7 +24,7 @@ fi
WORK=$(realpath $(mktemp -d $BASE/test-custom-XXXXXX))
cd $WORK

VALGRIND=$(command -v valgrind)
VALGRIND=$(command -v valgrind || true)

touch a b c d e f g h i j k

Expand Down

0 comments on commit a82c964

Please sign in to comment.