| Edit these to match your server, then run RunAll.

| The server: a name, or an address.
Set LM98Test$Server        SERVER

| Note: the SERVER<address:port> form cannot be used here.  Obey expands
| anything in angle brackets as a variable of its own, so it would be eaten
| before Connect98 ever saw it.  To reach a server on a different port, set
| the port separately instead:
|
|Set LanMan98$Port 445

Set LM98Test$Share         test
Set LM98Test$User          username
Set LM98Test$Password      password

| The name the share is mounted under while testing
Set LM98Test$Mount         lmt

| Where the working files go.  Anywhere writable and local.
Set LM98Test$Scrap         <Obey$Dir>.Scrap

| The suite runs over whatever the server offers, which is SMB2 unless it
| has none.  Uncomment to make it use the older protocol instead.
|Set LanMan98$NoSMB2 ""

| ---------------------------------------------------------------------
| Nothing below here needs editing.
|
| Connect98 does not expand <variables> in its arguments the way commands
| taking filenames do, so the connection is built into an alias here, where
| Set expands them, and the alias is what the tests call.
Set Alias$LM98Mount    Connect98 <LM98Test$Mount> <LM98Test$Server> <LM98Test$Share> <LM98Test$User> <LM98Test$Password>
Set Alias$LM98Unmount  Disconnect98 <LM98Test$Mount>
Set Alias$LM98BadPass  Connect98 lm98bad <LM98Test$Server> <LM98Test$Share> <LM98Test$User> notthepassword
Set LM98Test$M         LanMan98::<LM98Test$Mount>.$
