mirror of
https://github.com/samba-team/samba.git
synced 2025-11-07 12:23:51 +03:00
16 lines
179 B
Bash
Executable File
16 lines
179 B
Bash
Executable File
#!/bin/sh
|
|
|
|
plantest() {
|
|
name=$1
|
|
env=$2
|
|
shift 2
|
|
cmdline="$*"
|
|
echo "-- TEST --"
|
|
echo $name
|
|
echo $env
|
|
echo $cmdline
|
|
}
|
|
|
|
samba4srcdir=$incdir/..
|
|
samba4bindir=$samba4srcdir/bin
|