From e3be059d4da38aa36f1aee1d56f8ceb943d92f1c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 22:34:44 +0200 Subject: Adding upstream version 2:4.0.4. Signed-off-by: Daniel Baumann --- testsuite/ps.test/ps_personality.exp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 testsuite/ps.test/ps_personality.exp (limited to 'testsuite/ps.test/ps_personality.exp') diff --git a/testsuite/ps.test/ps_personality.exp b/testsuite/ps.test/ps_personality.exp new file mode 100644 index 0000000..f873a19 --- /dev/null +++ b/testsuite/ps.test/ps_personality.exp @@ -0,0 +1,18 @@ +# +# check the ps personalities +# +set ps ${topdir}src/ps/pscommand + +set pers_match { + bsd "\\s+PID\\s+TTY\\s+STAT\\s+TIME\\s+COMMAND\\r" + linux "\\s+PID\\s+TTY\\s+TIME\\s+CMD\\r" + old "\\s+PID\\s+TTY\\s+STAT\\s+TIME\\s+COMMAND\\r" + } + +foreach { pers match } $pers_match { + set test "ps with $pers personality" + set env(PS_PERSONALITY) $pers + spawn $ps + expect_pass "$test" $match +} + -- cgit v1.2.3