aboutsummaryrefslogtreecommitdiff
path: root/tests/test1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test1.sh')
-rwxr-xr-xtests/test1.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/test1.sh b/tests/test1.sh
deleted file mode 100755
index 2641953..0000000
--- a/tests/test1.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-pushd ./
-rm -f test1.log
-make run &
-cat guest.out >> test1.log &
-sleep 1
-printf "ab" >> guest.in
-sleep 2
-printf "\001x" >> guest.in
-popd