From b52f642472af932e382342c4faf30643b91f6be1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 23 Mar 2016 03:30:23 -0500 Subject: The test infrastructure prints the command name now, so file.test shouldn't. --- tests/file.test | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/file.test') diff --git a/tests/file.test b/tests/file.test index 86ddd9e1..234282f9 100644 --- a/tests/file.test +++ b/tests/file.test @@ -11,11 +11,11 @@ echo "#! /usr/bin/env python" > env.python.script echo "Hello, world!" > ascii echo "cafebabe000000310000" | xxd -r -p > java.class -testing "file empty" "file empty" "empty: empty\n" "" "" -testing "file bash.script" "file bash.script" "bash.script: /bin/bash script\n" "" "" -testing "file bash.script with spaces" "file bash.script2" "bash.script2: /bin/bash script\n" "" "" -testing "file env python script" "file env.python.script" "env.python.script: python script\n" "" "" -testing "file ascii" "file ascii" "ascii: ASCII text\n" "" "" -testing "file java class" "file java.class" "java.class: Java class file, version 49.0\n" "" "" +testing "empty" "file empty" "empty: empty\n" "" "" +testing "bash.script" "file bash.script" "bash.script: /bin/bash script\n" "" "" +testing "bash.script with spaces" "file bash.script2" "bash.script2: /bin/bash script\n" "" "" +testing "env python script" "file env.python.script" "env.python.script: python script\n" "" "" +testing "ascii" "file ascii" "ascii: ASCII text\n" "" "" +testing "java class" "file java.class" "java.class: Java class file, version 49.0\n" "" "" rm empty bash.script bash.script2 env.python.script ascii java.class -- cgit v1.2.3