summaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/test.sh')
-rwxr-xr-xtest/features/test.sh24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/features/test.sh b/test/features/test.sh
new file mode 100755
index 000000000..b4ef6503a
--- /dev/null
+++ b/test/features/test.sh
@@ -0,0 +1,24 @@
1#!/bin/bash
2
3#
4# Feature testing
5#
6
7echo "TESTING: 1.1. new /boot"
8./1.1.exp
9
10echo "TESTING: 1.2. new /proc"
11./1.2.exp
12
13echo "TESTING: 1.5. PID namespace"
14./1.5.exp
15
16echo "TESTING: 1.6 new /var/log"
17./1.6.exp
18
19echo "TESTING: 1.7 new /var/tmp"
20./1.7.exp
21
22#echo "TESTING: "
23#./1..exp
24