tree-pkg/tests/tree-smoke/sync.sh

11 lines
180 B
Bash
Raw Normal View History

#!/bin/bash
# print commands as they are executed by the shell interpreter
set -x
# run the test
./runtest.sh
# save current out put as the expected output
mv -v tree.{out,exp}