aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/tcsh/files/disable-lexical.at-31.patch
blob: 98a9b2e1d554fa88902a904075a176179d124956 (plain)
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
--- a/tests/lexical.at
+++ b/tests/lexical.at
@@ -27,27 +27,6 @@ AT_CHECK([tcsh -f oneword.csh], ,
 
 AT_CLEANUP
 
-
-AT_SETUP([Comments])
-
-AT_CHECK([echo 'echo OK@%:@comment' | tcsh -f], , [OK
-])
-
-AT_CHECK([tcsh -f -c 'echo @%:@no comment'], ,
-[@%:@no comment
-])
-
-AT_DATA([comment2.csh],
-[[echo testing...@%:@\
-OK
-]])
-AT_CHECK([tcsh -f comment2.csh], ,
-[testing... OK
-])
-
-AT_CLEANUP
-
-
 AT_SETUP([Escaping special characters])
 
 AT_DATA([nosplit.csh],