aboutsummaryrefslogtreecommitdiff
path: root/testcases/realtime
diff options
context:
space:
mode:
authorJoseph Beckenbach <jbeckenbach@lancope.com>2014-03-26 15:08:46 +0000
committerCyril Hrubis <chrubis@suse.cz>2014-04-01 15:47:58 +0200
commit169720fd17d0632b78499d7b8168727736c98fb0 (patch)
tree67048c4e2e695c1101e4abe4357e945755dd4b5d /testcases/realtime
parent3979cf9511c09ce4fc60edaed4bc244dda9e6f89 (diff)
Fix shell scripts to run correctly on Debian
Temporarily change shebang to /bin/bash in scripts that depends on bash extensions. Also corrects a few 'exit -1' in netns/*.sh scripts. Signed-off-by: Joseph Beckenbach <jbeckenbach@lancope.com> Signed-off-by: Cyril Hrubis <chrubis@suse.cz>
Diffstat (limited to 'testcases/realtime')
-rwxr-xr-xtestcases/realtime/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/realtime/run.sh b/testcases/realtime/run.sh
index a66e4e5a7..07bdc83e6 100755
--- a/testcases/realtime/run.sh
+++ b/testcases/realtime/run.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
################################################################################
## ##
## Copyright © International Business Machines Corp., 2007, 2008 ##
@@ -19,7 +20,6 @@
################################################################################
-#! /bin/bash
#
# Script to run the tests in rt-test
#