diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2015-05-31 13:41:02 +0200 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2015-05-31 13:41:02 +0200 |
commit | fbf43350242b06a4df73e9b873352c7c11b4205e (patch) | |
tree | a70f52c5df16c3a9ae08a121fd6f319e225054f2 | |
parent | c371723a3b81a0b269e1bd73f749e883de1a2dc3 (diff) |
Third time is the charm, changed zsh to sh
-rwxr-xr-x | fulltest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fulltest.sh b/fulltest.sh index 655bca6..43ce539 100755 --- a/fulltest.sh +++ b/fulltest.sh @@ -1,3 +1,3 @@ -#!/usr/bin/env zsh +#!/usr/bin/env sh python -m unittest test_shivandragon test_callow test_cardclass test_sorin test_island test_shoal test_coecon |