Skip to content

Commit

Permalink
Let maketest.sh run from any cwd.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 4, 2021
1 parent 4f45faa commit f914b50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/maketest.sh
@@ -1,5 +1,7 @@
#!/bin/sh

cd `dirname "$0"`

set -x
set -e

Expand Down

0 comments on commit f914b50

Please sign in to comment.