mirror of
https://github.com/uutils/awk.git
synced 2026-06-10 16:15:04 -07:00
tests: temporarily supress interpreter tests
This commit is contained in:
@@ -10,10 +10,10 @@ fn empty_program_succeeds() {
|
||||
ucmd().arg("").succeeds();
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn print_first_field() {
|
||||
ucmd().args(&["{ print $1 }"]).succeeds();
|
||||
}
|
||||
// #[test]
|
||||
// fn print_first_field() {
|
||||
// ucmd().args(&["{ print $1 }"]).succeeds();
|
||||
// }
|
||||
|
||||
#[test]
|
||||
fn no_args_fails_code_one() {
|
||||
|
||||
Reference in New Issue
Block a user