diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-04-26 16:52:13 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-04-26 23:39:15 +0100 |
| commit | e75e3976facda7de244fbb9a02eebf0d043ea1c8 (patch) | |
| tree | dab22f95b5c837a70b1b4164d97ff351a49ffd81 /test cases/common/34 run program/scripts | |
| parent | 53fe7c2f0a51697cd57628753852dd3f8711becf (diff) | |
| download | meson-e75e3976facda7de244fbb9a02eebf0d043ea1c8.tar.gz | |
Condense test directory names.
Diffstat (limited to 'test cases/common/34 run program/scripts')
| -rw-r--r-- | test cases/common/34 run program/scripts/hello.bat | 2 | ||||
| -rwxr-xr-x | test cases/common/34 run program/scripts/hello.sh | 3 |
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 |
