~percona-toolkit-dev/percona-toolkit/pt-table-sync-binlog-format-only-if-not-statement

« back to all changes in this revision

Viewing changes to t/lib/bash/alt_cmds.sh

MergeĀ lp:~percona-toolkit-dev/percona-toolkit/fix-945079-tmpdir-should-use-TEMP

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
source "$LIB_DIR/alt_cmds.sh"
6
6
 
7
 
_seq 5 > $TEST_TMPDIR/out
 
7
_seq 5 > $TEST_PT_TMPDIR/out
8
8
no_diff \
9
 
   $TEST_TMPDIR/out \
 
9
   $TEST_PT_TMPDIR/out \
10
10
   $T_LIB_DIR/samples/bash/seq1.txt \
11
11
   "_seq 5"
12
12