diff options
Diffstat (limited to 'src/tools/rust-installer/test/image1/bin')
-rw-r--r-- | src/tools/rust-installer/test/image1/bin/bad-bin | 1 | ||||
-rwxr-xr-x | src/tools/rust-installer/test/image1/bin/program | 1 | ||||
-rwxr-xr-x | src/tools/rust-installer/test/image1/bin/program2 | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/rust-installer/test/image1/bin/bad-bin b/src/tools/rust-installer/test/image1/bin/bad-bin new file mode 100644 index 000000000..b5b0e3234 --- /dev/null +++ b/src/tools/rust-installer/test/image1/bin/bad-bin @@ -0,0 +1 @@ +#!/bin/bogus
\ No newline at end of file diff --git a/src/tools/rust-installer/test/image1/bin/program b/src/tools/rust-installer/test/image1/bin/program new file mode 100755 index 000000000..96b4b06ad --- /dev/null +++ b/src/tools/rust-installer/test/image1/bin/program @@ -0,0 +1 @@ +#!/bin/sh
\ No newline at end of file diff --git a/src/tools/rust-installer/test/image1/bin/program2 b/src/tools/rust-installer/test/image1/bin/program2 new file mode 100755 index 000000000..96b4b06ad --- /dev/null +++ b/src/tools/rust-installer/test/image1/bin/program2 @@ -0,0 +1 @@ +#!/bin/sh
\ No newline at end of file |