summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 21:44:00 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-10 21:44:00 +0000
commit47ec532cf258ad5bc53aaa1e433aa302d75a18ac (patch)
treee61aeb1cb18120568b119e18b2853edfb2faeb18 /test
parent9ee32abe4879a52638f9908b71ea96e6b1a7449e (diff)
* tools/run-with-tmp-session-bus.sh:
* test/name-test/run-test.sh: Remove bashisms (patch from Julio M. Merino Vidal <jmmv at NetBSD dot org>)
Diffstat (limited to 'test')
-rwxr-xr-xtest/name-test/run-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/name-test/run-test.sh b/test/name-test/run-test.sh
index 706d5950..6c612499 100755
--- a/test/name-test/run-test.sh
+++ b/test/name-test/run-test.sh
@@ -1,6 +1,6 @@
-#! /bin/bash
+#! /bin/sh
-function die()
+ie()
{
if ! test -z "$DBUS_SESSION_BUS_PID" ; then
echo "killing message bus "$DBUS_SESSION_BUS_PID >&2