From e75e3976facda7de244fbb9a02eebf0d043ea1c8 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 26 Apr 2021 16:52:13 +0300 Subject: Condense test directory names. --- test cases/common/33 run program/scripts/hello.bat | 2 ++ test cases/common/33 run program/scripts/hello.sh | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 test cases/common/33 run program/scripts/hello.bat create mode 100755 test cases/common/33 run program/scripts/hello.sh (limited to 'test cases/common/33 run program/scripts') diff --git a/test cases/common/33 run program/scripts/hello.bat b/test cases/common/33 run program/scripts/hello.bat new file mode 100644 index 000000000..cbc346bf7 --- /dev/null +++ b/test cases/common/33 run program/scripts/hello.bat @@ -0,0 +1,2 @@ +@ECHO OFF +ECHO hello diff --git a/test cases/common/33 run program/scripts/hello.sh b/test cases/common/33 run program/scripts/hello.sh new file mode 100755 index 000000000..2a22daa88 --- /dev/null +++ b/test cases/common/33 run program/scripts/hello.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo hello -- cgit v1.2.3