summaryrefslogtreecommitdiff
path: root/test cases/common/34 run program/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/34 run program/scripts')
-rw-r--r--test cases/common/34 run program/scripts/hello.bat2
-rwxr-xr-xtest cases/common/34 run program/scripts/hello.sh3
2 files changed, 0 insertions, 5 deletions
diff --git a/test cases/common/34 run program/scripts/hello.bat b/test cases/common/34 run program/scripts/hello.bat
deleted file mode 100644
index cbc346bf7..000000000
--- a/test cases/common/34 run program/scripts/hello.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-@ECHO OFF
-ECHO hello
diff --git a/test cases/common/34 run program/scripts/hello.sh b/test cases/common/34 run program/scripts/hello.sh
deleted file mode 100755
index 2a22daa88..000000000
--- a/test cases/common/34 run program/scripts/hello.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-echo hello