aboutsummaryrefslogtreecommitdiff
path: root/test/data
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-10-14 09:08:56 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-10-14 09:08:56 +0200
commita3db63fa62abee81e866fc2397c9302486a09cbb (patch)
treeba279b6184a5dca3a3aa4920e6d191f034ccd624 /test/data
parente9a22d5165c2dda5a0e10506977081222549a8eb (diff)
downloadapp.sh-a3db63fa62abee81e866fc2397c9302486a09cbb.tar.gz
app.sh-a3db63fa62abee81e866fc2397c9302486a09cbb.tar.bz2
app.sh-a3db63fa62abee81e866fc2397c9302486a09cbb.tar.xz
app.sh-a3db63fa62abee81e866fc2397c9302486a09cbb.zip
o More tests.
Diffstat (limited to 'test/data')
-rw-r--r--test/data/app-a.zipbin0 -> 715 bytes
-rw-r--r--test/data/app-a/root/bin/app-a0
-rw-r--r--test/data/app-a/scripts/postinstall3
3 files changed, 3 insertions, 0 deletions
diff --git a/test/data/app-a.zip b/test/data/app-a.zip
new file mode 100644
index 0000000..7562ab6
--- /dev/null
+++ b/test/data/app-a.zip
Binary files differ
diff --git a/test/data/app-a/root/bin/app-a b/test/data/app-a/root/bin/app-a
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/data/app-a/root/bin/app-a
diff --git a/test/data/app-a/scripts/postinstall b/test/data/app-a/scripts/postinstall
new file mode 100644
index 0000000..cd16289
--- /dev/null
+++ b/test/data/app-a/scripts/postinstall
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+echo "Hello World!"