Seen on #189, #190: spurious test failure in tests/ps-syntax.sh. It failed because the user name that was seen did not conform to the pattern in the test. Turns out that the user name is chosen not from [a-z0-9]+ alone, there can also be -. We should fix this, but also add logging as in #189 to handle future issues.
Seen on #189, #190: spurious test failure in tests/ps-syntax.sh. It failed because the user name that was seen did not conform to the pattern in the test. Turns out that the user name is chosen not from [a-z0-9]+ alone, there can also be
-
. We should fix this, but also add logging as in #189 to handle future issues.