Skip to content

Commit

Permalink
qa: fix help-text regeneration reciple for linux_zfs PMDA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcdonell committed Oct 20, 2023
1 parent 1ee455e commit fd59902
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qa/1530
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ then
# for this test
#
cd $PCP_PMDAS_DIR/zfs
$sudo $PCP_BINADM_DIR/newhelp help
$sudo $PCP_BINADM_DIR/newhelp -n root -o help <help
cd $here
fi

Expand Down
2 changes: 1 addition & 1 deletion qa/1531
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ then
# for this test
#
cd $PCP_PMDAS_DIR/zfs
$sudo $PCP_BINADM_DIR/newhelp help
$sudo $PCP_BINADM_DIR/newhelp -n root -o help <help
cd $here
fi

Expand Down
2 changes: 1 addition & 1 deletion qa/1533
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ then
# for this test
#
cd $PCP_PMDAS_DIR/zfs
$sudo $PCP_BINADM_DIR/newhelp help
$sudo $PCP_BINADM_DIR/newhelp -n root -o help <help
cd $here
fi

Expand Down
2 changes: 1 addition & 1 deletion qa/1534
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ then
# for this test
#
cd $PCP_PMDAS_DIR/zfs
$sudo $PCP_BINADM_DIR/newhelp help
$sudo $PCP_BINADM_DIR/newhelp -n root -o help <help
cd $here
fi

Expand Down

0 comments on commit fd59902

Please sign in to comment.