aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar luz.paz <luzpaz@users.noreply.github.com>2018-11-19 10:07:39 -0500
committerLibravatar luz.paz <luzpaz@users.noreply.github.com>2018-11-19 10:07:39 -0500
commit681e074681d8864c07f6cfa5c263ed6e384da878 (patch)
tree0482b61024223273180be9214b6c1d2ae390e550 /test
parentRemove -c from usage completely. (diff)
downloadfirejail-681e074681d8864c07f6cfa5c263ed6e384da878.tar.gz
firejail-681e074681d8864c07f6cfa5c263ed6e384da878.tar.zst
firejail-681e074681d8864c07f6cfa5c263ed6e384da878.zip
Misc. typos
Found using `codespell -q 3 -L shotcut,objext,als,ans,creat,varius,chage,tthe`
Diffstat (limited to 'test')
-rw-r--r--test/network/README2
-rwxr-xr-xtest/network/bandwidth.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/network/README b/test/network/README
index 4404c53b0..1e215b41e 100644
--- a/test/network/README
+++ b/test/network/README
@@ -1,7 +1,7 @@
1Warning: this test requires root access to configure a number of bridge, mac 1Warning: this test requires root access to configure a number of bridge, mac
2and vlan devices. Please take a look at configure file. By the time you are 2and vlan devices. Please take a look at configure file. By the time you are
3finished testing, you'll probably have to reboot the computer to get your 3finished testing, you'll probably have to reboot the computer to get your
4networking subsytem back to normal. 4networking subsystem back to normal.
5 5
6Limitations - to be investigated and fixed: 6Limitations - to be investigated and fixed:
7 - the test is assuming an eth0 wired interface to be present 7 - the test is assuming an eth0 wired interface to be present
diff --git a/test/network/bandwidth.exp b/test/network/bandwidth.exp
index ff293a569..8f4e39022 100755
--- a/test/network/bandwidth.exp
+++ b/test/network/bandwidth.exp
@@ -50,7 +50,7 @@ sleep 1
50send -- "firejail --bandwidth=test clear br0\r" 50send -- "firejail --bandwidth=test clear br0\r"
51expect { 51expect {
52 timeout {puts "TESTING ERROR 7\n";exit} 52 timeout {puts "TESTING ERROR 7\n";exit}
53 "Removing bandwith limits" 53 "Removing bandwidth limits"
54} 54}
55sleep 1 55sleep 1
56 56