From fba400e7fdd7ed34044c184e030bb9877143d736 Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Thu, 29 Jan 2026 07:57:52 -0500 Subject: [PATCH] tests: (flock) fix shellcheck warning Signed-off-by: Christian Goeschel Ndjomouo --- tests/ts/flock/flock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ts/flock/flock b/tests/ts/flock/flock index 70fc69cf5..85e341d6c 100755 --- a/tests/ts/flock/flock +++ b/tests/ts/flock/flock @@ -91,7 +91,7 @@ for api in flock fcntl ; do ts_init_subtest "${subtest_prefix}fd" - cd "$TS_OUTDIR" + cd "$TS_OUTDIR" || ts_failed "failed to change directory to $TS_OUTDIR" rm 4 2> /dev/null exec 4<>$TS_OUTDIR/lockfile || ts_log "Could not open lockfile" $TS_CMD_FLOCK $api_arg --nonblock --exclusive --conflict-exit-code 123 4 \ -- 2.47.3