Skip to content

Commit

Permalink
Fix fs test in DCAP driver
Browse files Browse the repository at this point in the history
  • Loading branch information
dingelish committed Apr 19, 2020
1 parent b0f797f commit 7d7fbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samplecode/unit-test/enclave/src/test_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub fn test_sgxfs() {
}
{
let opt1 = SgxFile::open("/dev/isgx");
let opt2 = SgxFile::open("/dev/sgx");
let opt2 = SgxFile::open("/dev/sgx/enclave");
assert_eq!(opt1.is_ok() || opt2.is_ok(), true);
}
{
Expand Down

0 comments on commit 7d7fbff

Please sign in to comment.