hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 4 Nov 2015 13:50:19 +0000 (14:50 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 4 Nov 2015 13:50:19 +0000 (14:50 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash_test/ash-misc/func_args1.tests
shell/hush_test/hush-misc/func_args1.tests

index 7970795a9c7f71904eab2223d1031e520233ed7a..d394c637f9d5f4f1bbdd942ef78cff59d4b3bf26 100755 (executable)
@@ -1,4 +1,3 @@
-
 f() { echo "'f $1 $2 $3' called"; }
 
 set -- a b c
index 157921fb14baf5e43b9971fbaa3f65915438d758..d394c637f9d5f4f1bbdd942ef78cff59d4b3bf26 100755 (executable)
@@ -1,5 +1,3 @@
-# UNFIXED BUG
-
 f() { echo "'f $1 $2 $3' called"; }
 
 set -- a b c