From 4cbba1cba10454c91170ae111dca48638b60a012 Mon Sep 17 00:00:00 2001 From: Johan Holmberg <holmberg556@gmail.com> Date: Fri, 2 Oct 2015 22:26:16 +0200 Subject: [PATCH] add file used in tests of 'cmdtest' --- files/bin/hello1 | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 files/bin/hello1 diff --git a/files/bin/hello1 b/files/bin/hello1 new file mode 100755 index 0000000..cd26d98 --- /dev/null +++ b/files/bin/hello1 @@ -0,0 +1,3 @@ +#!/usr/bin/perl +use File::Basename; +print basename($0),"\n";