source: tests/creddy_tests/attribute_rule.ck @ ec550f7

abac0-leakabac0-meimei-idtvf-new-xml
Last change on this file since ec550f7 was ec550f7, checked in by Mei <mei@…>, 11 years ago

1) reworked how API doc is generated
2) tweak top level Makefile.am
3) loading issuer principal as side-effect of loading

an attribute credentials

4) add examples of GENI specific attribute credentials

and principal certificates into the regression testing

5) rename examples to tests

  • Property mode set to 100755
File size: 405 bytes
Line 
1#!/bin/sh
2
3# attribute_rule.ck
4
5result=`diff -I "sneaky_friend" attribute_rule.out attribute_rule.save 2>/dev/null`
6
7if [ "$result" = "" ]; then
8    return 0
9else
10    return 1
11fi
12
13
14# ignore
15
16#
17#2c2
18#< 42d367c6c599ac9d505cafa9abe92fd00d587db5.sneaky_friend<-a1dca2221c256393553edb5369980b4c04768dc0
19#---
20#> 0331e8fb4e0b4a58fcda5b938eaeab6a0663d7d3.sneaky_friend<-7ab52740e981d1c98589bed128e94fbefffa181a
21#
Note: See TracBrowser for help on using the repository browser.