testsuite: check CONFIG_DESKTOP before using 'od -t'
[oweals/busybox.git] / testsuite / ash.tests
index dd626e6d13d0a57b4f731b016f6ebaf7cea6f525..2a99245a99fedb0849ba70e644c2fdec289d1745 100755 (executable)
@@ -3,10 +3,9 @@
 # These are not ash tests, we use ash as a way to test lineedit!
 #
 # Copyright 2010 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
 
 . ./testing.sh
-
 test -f "$bindir/.config" && . "$bindir/.config"
 
 test x"CONFIG_SCRIPT" = x"y" || exit 0