diff options
Diffstat (limited to 'tests/timeout.nix')
-rw-r--r-- | tests/timeout.nix | 2 |
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 ''; }; |