diff options
author | Lauro Neto <lauro.neto@openbossa.org> | 2010-01-14 14:35:51 -0300 |
---|---|---|
committer | Marcelo Lira <marcelo.lira@openbossa.org> | 2010-01-15 20:12:25 -0300 |
commit | 007d8cf6955f0f99a41bad8c69c9da7789d6bbe8 (patch) | |
tree | bb4e3600f12f1cf27ecd480c2188010fa17fabc8 /tests | |
parent | 417b5ddc9eeaaa1ab42d8d321dc3176b1965a4d8 (diff) | |
download | shiboken-007d8cf6955f0f99a41bad8c69c9da7789d6bbe8.tar.gz shiboken-007d8cf6955f0f99a41bad8c69c9da7789d6bbe8.tar.xz shiboken-007d8cf6955f0f99a41bad8c69c9da7789d6bbe8.zip |
Fixing shebang on runtest.sh
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run_test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_test.sh b/tests/run_test.sh index ed86ea30..e73840fa 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/sh # This is a nasty workaround of a CTest limitation # of setting the environment variables for the test. |