summaryrefslogtreecommitdiff
path: root/user/ifupdown-ng/tunnel-test.patch
blob: 7ced0bacf25b54660d2c94aec50312eb7e24ebb5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Shell behaviour changed, I guess?

--- ifupdown-ng-0.12.1/tests/linux/tunnel_test.old	2022-04-18 16:27:21.000000000 +0000
+++ ifupdown-ng-0.12.1/tests/linux/tunnel_test	2025-08-13 09:00:18.391795205 +0000
@@ -17,9 +17,9 @@
 	atf_check -s exit:0 \
 		-o match:"ip -4 tunnel add tun0" \
 		-o match:"mode gre" \
-		-o match:"ttl '255'" \
-		-o match:"local '1.2.3.4'" \
-		-o match:"remote '5.6.7.8'" \
+		-o match:"ttl 255" \
+		-o match:"local 1.2.3.4" \
+		-o match:"remote 5.6.7.8" \
 		${EXECUTOR}
 }
 
@@ -39,8 +39,8 @@
 	atf_check -s exit:0 \
 		-o match:"ip -4 link add foo" \
 		-o match:"type gretap" \
-		-o match:"local '1.2.3.4'" \
-		-o match:"remote '5.6.7.8'" \
+		-o match:"local 1.2.3.4" \
+		-o match:"remote 5.6.7.8" \
 		${EXECUTOR}
 }
 
@@ -58,8 +58,8 @@
 	atf_check -s exit:0 \
 		-o match:"ip -6 link add foo" \
 		-o match:"type gretap" \
-		-o match:"local '2001:db8::aaaa'" \
-		-o match:"remote '2001:db8::eeee'" \
+		-o match:"local 2001:db8::aaaa" \
+		-o match:"remote 2001:db8::eeee" \
 		${EXECUTOR}
 }