source: tests/creddy_tests/display.ck @ 13b087a

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

1) change abac_context_load_directory to check on every regular files

and try to extract id id/privkey and then attribute in turn.

2) move id_certs to be context based instead of shared globally

  • Property mode set to 100755
File size: 231 bytes
RevLine 
[461541a]1#!/bin/sh
2
3# display.ck
4
[bec30b5]5result=`diff -I "UTC" -I "GMT" display.out display.save 2>/dev/null |wc -l`
[461541a]6
[bec30b5]7if [ $result -eq 48 ]; then
[461541a]8    return 0
9else
10    return 1
11fi
12
[bec30b5]13## ignore timestamp difference being flagged between UTC and GMT
14
Note: See TracBrowser for help on using the repository browser.