"G. Branden Robinson" <[email protected]> writes:
> At 2026-03-21T22:20:20-0700, Collin Funk wrote: >> * tests/pwd/argument.sh: New file. >> * tests/local.mk (all_tests): Add the new test. > [...] >> +# Test that 'pwd' with an argument. > > This seems like an incomplete sentence. Oops, thanks. I fixed that with the attached patch. Collin
>From 26b5e3d3cfe2361b1aa42ff4d449395124802a8f Mon Sep 17 00:00:00 2001 Message-ID: <26b5e3d3cfe2361b1aa42ff4d449395124802a8f.1774212031.git.collin.fu...@gmail.com> From: Collin Funk <[email protected]> Date: Sun, 22 Mar 2026 13:32:52 -0700 Subject: [PATCH] maint: fix an incomplete sentence * tests/pwd/argument.sh: Fix the test description. Reported by G. Branden Robinson. --- tests/pwd/argument.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pwd/argument.sh b/tests/pwd/argument.sh index 8f4e2e779..b816b11ec 100755 --- a/tests/pwd/argument.sh +++ b/tests/pwd/argument.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Test that 'pwd' with an argument. +# Test that 'pwd' works when given an argument. # Copyright (C) 2026 Free Software Foundation, Inc. -- 2.53.0
