aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-04-01 13:45:12 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-04-01 13:45:12 -0400
commit17b8cfa97fb2fbf819eac53900bf9d0fd5225f73 (patch)
tree32159b1426ba5ed7c778567ded94423d45378d5d /Makefile.in
parenttesting (diff)
downloadfirejail-17b8cfa97fb2fbf819eac53900bf9d0fd5225f73.tar.gz
firejail-17b8cfa97fb2fbf819eac53900bf9d0fd5225f73.tar.zst
firejail-17b8cfa97fb2fbf819eac53900bf9d0fd5225f73.zip
testing ssh
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 134e7bd66..ebf9d40e8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -299,6 +299,10 @@ test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sy
299# with them you will need to restart your computer. 299# with them you will need to restart your computer.
300########################################## 300##########################################
301 301
302# a firejail-test account is required, public/private key setup
303test-ssh:
304 cd test/ssh; ./ssh.sh | grep TESTING
305
302# requires root access 306# requires root access
303test-chroot: 307test-chroot:
304 cd test/chroot; ./chroot.sh | grep testing 308 cd test/chroot; ./chroot.sh | grep testing