From 23bd0c41457262e7ef5223a187e3c15e44be039c Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 25 Jul 2016 12:29:00 -0400 Subject: argument subsystem testing framework --- test/arguments/arguments.sh | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 test/arguments/arguments.sh (limited to 'test/arguments/arguments.sh') diff --git a/test/arguments/arguments.sh b/test/arguments/arguments.sh new file mode 100755 index 000000000..a9b3f9587 --- /dev/null +++ b/test/arguments/arguments.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +echo "TESTING: 1. regular bash session" +./bashrun.exp + +echo "TESTING: 2. symbolic link to firejail" +./symrun.exp + +echo "TESTING: 3. --join option" +./joinrun.exp + +echo "TESTING: 4. --output option" +./outrun.exp +rm out +rm out.* + + -- cgit v1.2.3-70-g09d2