summaryrefslogtreecommitdiff
path: root/mysql-test/suite/mariabackup/extra_lsndir_stream.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/mariabackup/extra_lsndir_stream.test')
-rw-r--r--mysql-test/suite/mariabackup/extra_lsndir_stream.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/extra_lsndir_stream.test b/mysql-test/suite/mariabackup/extra_lsndir_stream.test
new file mode 100644
index 00000000000..97023cb179d
--- /dev/null
+++ b/mysql-test/suite/mariabackup/extra_lsndir_stream.test
@@ -0,0 +1,7 @@
+let $extra_lsndir=$MYSQLTEST_VARDIR/tmp/extra_lsndir;
+mkdir $extra_lsndir;
+--disable_result_log
+exec $XTRABACKUP --defaults-file=$MYSQLTEST_VARDIR/my.cnf --backup --stream=xbstream --extra-lsndir=$extra_lsndir > /dev/null;
+--enable_result_log
+list_files $extra_lsndir;
+rmdir $extra_lsndir;