~ubuntu-branches/ubuntu/vivid/xauth/vivid

« back to all changes in this revision

Viewing changes to tests/090-xauth-bad-usage.script

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-11-11 14:46:10 UTC
  • mfrom: (13.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20141111144610-qihnyjn0acn53dmz
Tags: 1:1.0.9-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Mark xauth Multi-Arch: foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
# setup the test ennvironment inside this shell
 
4
. setup-sourced
 
5
 
 
6
# Execute the test
 
7
 
 
8
# The following displays are bad:
 
9
xauth add bad4/unix:0           . b90b0fd1cf6a0e7a2c74c0000000002
 
10
xauth add bad4/unix:0           . ThisIsNotHex0e7a2c74c00000000011
 
11
xauth add bad4/unxi:0           . b90b0fd1cf6a0e7a2c74c00000000021
 
12
xauth add bad5/unix:            . b90b0fd1cf6a0e7a2c74c00000000022
 
13
xauth add bad6/something/unix:0 . b90b0fd1cf6a0e7a2c74c00000000023
 
14
xauth add bad7/unix             . b90b0fd1cf6a0e7a2c74c00000000024
 
15
xauth add bad8                  . b90b0fd1cf6a0e7a2c74c00000000025
 
16
xauth add 127.0.0.:0            . b90b0fd1cf6a0e7a2c74c00000000026
 
17