about summary refs log tree commit diff
path: root/tests/timeout.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timeout.nix')
-rw-r--r--tests/timeout.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/timeout.nix b/tests/timeout.nix
index e18d717eff1f..d0e949e31498 100644
--- a/tests/timeout.nix
+++ b/tests/timeout.nix
@@ -6,7 +6,7 @@ with import ./config.nix;
     name = "timeout";
     buildCommand = ''
       touch $out
-      echo "‘timeout’ builder entering an infinite loop"
+      echo "'timeout' builder entering an infinite loop"
       while true ; do echo -n .; done
     '';
   };