mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-25 15:28:29 -05:00
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.
6 lines
56 B
Bash
6 lines
56 B
Bash
#! /bin/sh
|
|
|
|
echo $0 running
|
|
|
|
$RSYNC --version || exit 1
|