func/core/pkg_archive/27-znew.sh
2024-08-14 20:52:26 -07:00

12 lines
188 B
Bash

#!/bin/bash
r_log "archive" "Testing znew"
TESTFILE=/var/tmp/znew.txt
/bin/rm $TESTFILE* &>/dev/null
ls -l /usr/bin > $TESTFILE
compress $TESTFILE
znew $TESTFILE.Z
r_checkExitStatus $?