aboutsummaryrefslogtreecommitdiff
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 e18d717ef..d0e949e31 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
'';
};