Files
rsync/testsuite/00-hello.test
Jos Backus 06464f55e2 Change all relevant occurrences of `rsync'' and `$rsync_bin'' to the
canonical form ``$RSYNC'' (set in testsuite/rsync.fns). This prevents any
stray rsync binaries in the user's PATH from being picked up by the test
scripts and ensures that the newly built rsync binary is used always.
2002-12-24 07:25:25 +00:00

6 lines
56 B
Bash

#! /bin/sh
echo $0 running
$RSYNC --version || exit 1