Raw
1 test_expect_success 'p4-filespec' '
2 (
3 # LINT: Perforce revspec in filespec not misinterpreted as in-line comment
4 p4 print -1 //depot/fiddle#42 >file &&
5 foobar
6 )
7 '