mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-23 05:47:59 +02:00
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
${THIS_SH} ./dstack.tests > ${BASH_TSTOUT} 2>&1
|
|
diff ${BASH_TSTOUT} dstack.right && rm -f ${BASH_TSTOUT}
|
|
|
|
${THIS_SH} ./dstack2.tests > ${BASH_TSTOUT} 2>&1
|
|
diff ${BASH_TSTOUT} dstack2.right && rm -f ${BASH_TSTOUT}
|