From a3db63fa62abee81e866fc2397c9302486a09cbb Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 14 Oct 2012 09:08:56 +0200 Subject: o More tests. --- test/data/app-a.zip | Bin 0 -> 715 bytes test/data/app-a/root/bin/app-a | 0 test/data/app-a/scripts/postinstall | 3 +++ 3 files changed, 3 insertions(+) create mode 100644 test/data/app-a.zip create mode 100644 test/data/app-a/root/bin/app-a create mode 100644 test/data/app-a/scripts/postinstall (limited to 'test/data') diff --git a/test/data/app-a.zip b/test/data/app-a.zip new file mode 100644 index 0000000..7562ab6 Binary files /dev/null and b/test/data/app-a.zip 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 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!" -- cgit v1.2.3