diff options
Diffstat (limited to 'testsuite/echo')
-rw-r--r-- | testsuite/echo/echo-prints-argument | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/echo/echo-prints-argument b/testsuite/echo/echo-prints-argument index 98779dbbb..479dac89c 100644 --- a/testsuite/echo/echo-prints-argument +++ b/testsuite/echo/echo-prints-argument @@ -1 +1 @@ -test `busybox echo fubar` = fubar +test xfubar = x`busybox echo fubar` |