From 1f2c2d70538f6cdff2ac1bfeb20191b9bf82b5f8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 19 Jul 2007 10:17:39 +0200 Subject: Fix a portability bug in the new ls-color test. * tests/ls/stat-free-symlinks: Don't rely on the ability of a built-in printf to interpolate '\e'. Use '\033' instead. --- tests/ls/stat-free-symlinks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/ls/stat-free-symlinks b/tests/ls/stat-free-symlinks index 78d91c90b..260eb6cf5 100755 --- a/tests/ls/stat-free-symlinks +++ b/tests/ls/stat-free-symlinks @@ -61,9 +61,9 @@ test -s err && fail=1 # Check that output is colorized, as requested, too. { - printf '\e[0m\e[01;35mlink-to-x\e[0m@\n' - printf '\e[01;32mx\e[0m*\n' - printf '\e[m' + printf '\033[0m\033[01;35mlink-to-x\033[0m@\n' + printf '\033[01;32mx\033[0m*\n' + printf '\033[m' } > exp || fail=1 cmp out exp || fail=1 -- cgit v1.2.3-70-g09d2