aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2018-12-28 21:43:12 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2018-12-28 21:43:12 -0600
commit9b1efed6d4542e28f5fe355599223b21af0a24a1 (patch)
treea5405da3094fae974de7990ae0ee9e4df0e77b0d
parentRemove network access from cherrytree.profile (diff)
downloadfirejail-9b1efed6d4542e28f5fe355599223b21af0a24a1.tar.gz
firejail-9b1efed6d4542e28f5fe355599223b21af0a24a1.tar.zst
firejail-9b1efed6d4542e28f5fe355599223b21af0a24a1.zip
typo
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cbcf252df..83204d5e0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -64,6 +64,7 @@ clean:
64 rm -f test/environment/logfile* 64 rm -f test/environment/logfile*
65 rm -f test/environment/index.html 65 rm -f test/environment/index.html
66 rm -f test/environment/wget-log 66 rm -f test/environment/wget-log
67 rm -rf test/fcopy/dest
67 rm -f test/sysutils/firejail_t* 68 rm -f test/sysutils/firejail_t*
68 cd test/compile; ./compile.sh --clean; cd ../.. 69 cd test/compile; ./compile.sh --clean; cd ../..
69 70
@@ -288,7 +289,7 @@ test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sy
288 289
289########################################## 290##########################################
290# Individual tests, some of them require root access 291# Individual tests, some of them require root access
291# The tests are very intrussive, by the time you are done 292# The tests are very intrusive, by the time you are done
292# with them you will need to restart your computer. 293# with them you will need to restart your computer.
293########################################## 294##########################################
294 295