diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-30 17:37:09 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-30 17:37:09 -0700 |
commit | 11b3dd3bddcf42be5bb5eb328296f8b78d7c26cf (patch) | |
tree | 358b3b40909b4f5d66f95f6f2fdaa4f75174e729 | |
parent | b59237ccfdc5a25d5f9ae50c0edb40b67b30b2c2 (diff) |
fix relooper test, needs bash
-rwxr-xr-x | src/relooper/testit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relooper/testit.sh b/src/relooper/testit.sh index 61e1a2fb..88db35fb 100755 --- a/src/relooper/testit.sh +++ b/src/relooper/testit.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash echo "test" ./test &> test.out |