diff options
Diffstat (limited to 'tests/ts/hwclock/systohc')
-rwxr-xr-x | tests/ts/hwclock/systohc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ts/hwclock/systohc b/tests/ts/hwclock/systohc index 9dedc6208..f58d07e22 100755 --- a/tests/ts/hwclock/systohc +++ b/tests/ts/hwclock/systohc @@ -24,7 +24,7 @@ NTP_SERVER="0.fedora.pool.ntp.org" ts_init "$*" ts_skip_nonroot -[ -x "/usr/sbin/ntpdate" ] || ts_skip "cannot found ntpdate command" +[ -x "/usr/sbin/ntpdate" ] || ts_skip "cannot find ntpdate command" set -o pipefail |