summaryrefslogtreecommitdiff
path: root/tests/fedora
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fedora')
-rw-r--r--tests/fedora4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fedora b/tests/fedora
index 20c0dc14..336d913c 100644
--- a/tests/fedora
+++ b/tests/fedora
@@ -15,8 +15,8 @@ then
D='\033[0m'
fi
-ok () { echo -e "${G}OK${D}"; }
-fail () { echo -e "${R}FAIL${D} (See ${U})"; failures=1; }
+ok () { printf "${G}OK${D}"; }
+fail () { printf "${R}FAIL${D} (See ${U})"; failures=1; }
U=https://bugzilla.redhat.com/show_bug.cgi?id=116909
printf "fgrep false negatives: "