Skip to content

Commit e66d231

Browse files
[FIX] fix for dash needing some more hand-holding to run dynamic scripts
1 parent 210b66e commit e66d231

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_runner.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ unset PATH_ARG ;
3434
# small test vectors
3535
test_vectors() {
3636
# empty
37-
test_256sum.sh || return 1;
38-
test_384sum.sh || return 1;
39-
test_512sum.sh || return 1;
37+
dash $(which test_256sum.sh) || return 1;
38+
dash $(which test_384sum.sh) || return 1;
39+
dash $(which test_512sum.sh) || return 1;
4040

4141
return 0
4242
}

0 commit comments

Comments
 (0)