Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
citrus-it committed Jul 3, 2024
1 parent 5797f9c commit d2baea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions regress/cfgparse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ EOD

# cleanup
rm -f $OBJ/sshd_config.[012]
exit 0
2 changes: 1 addition & 1 deletion regress/test-exec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ save_debug_log ()
logfiles="$logfiles $i"
fi
done
tar cf "$tarname" $logfiles)
gtar cf "$tarname" $logfiles)
}

trace ()
Expand Down

0 comments on commit d2baea3

Please sign in to comment.