summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTimothy Redaelli <timothy@redaelli.eu>2011-03-31 15:27:39 +0200
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2011-03-31 15:39:26 -0400
commit4eac91beb3084c4db83932b0ac16e975104d4d5a (patch)
treeb30d9639e2cadf07000d9ec6612567aca52007de /tests
parent921e29bb603df36cdc0cb564a506e29778a73ce3 (diff)
downloadlibnice-4eac91beb3084c4db83932b0ac16e975104d4d5a.tar.gz
Use #!/bin/sh instead of #!/bin/bash
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-pseudotcp-random.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-pseudotcp-random.sh b/tests/test-pseudotcp-random.sh
index c1ba4ad..7cdbde0 100755
--- a/tests/test-pseudotcp-random.sh
+++ b/tests/test-pseudotcp-random.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
dd if=/dev/urandom of=rand count=1024 ibs=1024
./test-pseudotcp rand rand-copy