summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_smbclient_tarmode.pl
AgeCommit message (Expand)AuthorFilesLines
2023-07-19s3:script: Fix code spellingAndreas Schneider1-3/+3
2020-12-01s3/script/tests: Ensure all remote test files are removedJeremy Allison1-0/+15
2020-12-01s3/script/tests: call smbclient deltree to remove remote filesNoel Power1-2/+7
2020-12-01s3/script/tests: Make smb_client 'die' behaviour configurableNoel Power1-5/+31
2020-12-01s3/script/tests: Remove make_path (for remote dir)Noel Power1-2/+0
2020-12-01s3/script/tests: Fix 'Unrecognized option(s) passed to mkpath()' errorNoel Power1-1/+1
2019-09-01Spelling fixes s/hierachy/hierarchy/Mathieu Parent1-1/+1
2015-12-03selftest: fix tar test with Pax format archivesBjörn Jacke1-1/+5
2013-11-05test_smbclient_tarmode.pl: remove unneccesary arg defaultsDavid Disseldorp1-6/+9
2013-11-05test_smbclient_tarmode.pl: depend only on perl v5.10Aurélien Aptel1-10/+17
2013-11-05test_smbclient_tarmode.pl: remove all ./ prefix when dealing with remote filesAurélien Aptel1-3/+11
2013-11-05test_smbclient_tarmode.pl: sanitize $DIR + whitespaceAurélien Aptel1-1/+2
2013-11-05test_smbclient_tarmode.pl: use -n flag for specifiying hostname (was ambiguou...Aurélien Aptel1-3/+6
2013-11-05test_smbclient_tarmode.pl: enable create with exclude testsAurélien Aptel1-1/+1
2013-11-05test_smbclient_tarmode.pl: add subunit output flagAurélien Aptel1-6/+51
2013-11-05test_smbclient_tarmode.pl: add test for interactive sessionAurélien Aptel1-20/+29
2013-11-05test_smbclient_tarmode.pl: add extraction regex tests, verbose flagAurélien Aptel1-15/+90
2013-11-05test_smbclient_tarmode.pl: test regex flag behaviourAurélien Aptel1-67/+65
2013-11-05test_smbclient_tarmode.pl: add large file and long path testsAurélien Aptel1-15/+50
2013-11-05test_smbclient_tarmode.pl: add simple wildcard testAurélien Aptel1-3/+46
2013-11-05test_smbclient_tarmode.pl: test interactive commandAurélien Aptel1-1/+7
2013-11-05test_smbclient_tarmode.pl: whitespaceAurélien Aptel1-1/+0
2013-11-05test_smbclient_tarmode.pl: let --test run multiple testsAurélien Aptel1-7/+45
2013-11-05test_smbclient_tarmode.pl: sanitize input, use File::Temp instead of hardcodi...Aurélien Aptel1-8/+19
2013-11-05test_smbclient_tarmode.pl: cosmetic changesAurélien Aptel1-70/+68
2013-11-05test_smbclient_tarmode.pl: add copyright headerAurélien Aptel1-0/+17
2013-11-05test_smbclient_tarmode.pl: samba 3.6.9 can print a empty attribute stringAurélien Aptel1-1/+1
2013-11-05test_smbclient_tarmode.pl: disable failing tests for nowAurélien Aptel1-3/+3
2013-11-05test_smbclient_tarmode.pl: make script work on older Perl (now only need 5.14)Aurélien Aptel1-2/+7
2013-11-05test_smbclient_tarmode.pl: fix a few minor typosDavid Disseldorp1-7/+7
2013-11-05test_smbclient_tarmode.pl: refactor, cleanup and document in PODAurélien Aptel1-178/+459
2013-11-05test_smbclient_tarmode.pl: add tests for wildcard pattern (cI, cX, cF, xF).Aurélien Aptel1-33/+161
2013-11-05test_smbclient_tarmode.pl: add a first simple wildcard testAurélien Aptel1-40/+145
2013-11-05test_smbclient_tarmode.pl: add a clean option to erase the local pathAurélien Aptel1-0/+7
2013-11-05test_smbclient_tarmode.pl: add test for xFAurélien Aptel1-2/+28
2013-11-05test_smbclient_tarmode.pl: add test for creation w/ filelistAurélien Aptel1-2/+39
2013-11-05test_smbclient_tarmode.pl: add extraction test for I and X.Aurélien Aptel1-7/+60
2013-11-05test_smbclient_tarmode.pl: add tests for X and I.Aurélien Aptel1-2/+34
2013-11-05test_smbclient_tarmode.pl: add option to choose and run a single testAurélien Aptel1-1/+22
2013-11-05test_smbclient_tarmode.pl: add first extraction testAurélien Aptel1-8/+173
2013-11-05test_smbclient_tarmode.pl: remove unused functionsAurélien Aptel1-27/+0
2013-11-05test_smbclient_tarmode.pl: add nested dirs testAurélien Aptel1-5/+8
2013-11-05test_smbclient_tarmode.pl: refactored file related function to a File packageAurélien Aptel1-155/+194
2013-11-05test_smbclient_tarmode.pl: add test for "newer than" (`N` flag)Aurélien Aptel1-1/+45
2013-11-05test_smbclient_tarmode.pl: add test for reset modeAurélien Aptel1-6/+52
2013-11-05test_smbclient_tarmode.pl: improve incremental testAurélien Aptel1-2/+5
2013-11-05test_smbclient_tarmode.pl: add proper argument parsing for configuration.Aurélien Aptel1-50/+94
2013-11-05initial commit of the new tarmode test script.Aurélien Aptel1-0/+367