From 007d8cf6955f0f99a41bad8c69c9da7789d6bbe8 Mon Sep 17 00:00:00 2001 From: Lauro Neto Date: Thu, 14 Jan 2010 14:35:51 -0300 Subject: Fixing shebang on runtest.sh --- tests/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run_test.sh') 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. -- cgit